<html>
	<head>
		<title>Essai</title>
	</head>
	<body>
		<h3><u><b><i>EXEMPLE</i></b></u></h3>
		<br/>
		<p>Exemple de code html</p>
		<a href="http://www.exemple.com">cliquez ici</a>
		<img src="image.jpg"/>
		<div id="texte">
			<p><blink>texte clignotant</blink></p>
		</div>
	</body>
</html>

